←Select platform

ToArray Method

Summary

Gets the item of this collection as an array.

Syntax
C#
VB
Java
public T[] ToArray() 
Public Function ToArray() As _T()_ 
public Object[] toArray() 
public <T> T[] toArray(T[] array) 

Return Value

The item of this collection as an array.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly